Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / ListItemInfo Constructor / ListItemInfo Constructor(SubItemInfo[],Int32,Object)
A collection of subitems.
An System.Int32 value that represents the indent setting for the ListItemInfo object.
An object value that represents the image of the ListItemInfo object.


In This Topic
    ListItemInfo Constructor(SubItemInfo[],Int32,Object)
    In This Topic
    Initializes a new instance of the ListItemInfo class with settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal subItems() As SubItemInfo, _
       ByVal indent As Integer, _
       ByVal image As Object _
    )
    'Usage
     
    
    Dim subItems() As SubItemInfo
    Dim indent As Integer
    Dim image As Object
     
    Dim instance As New ListItemInfo(subItems, indent, image)
    public ListItemInfo( 
       SubItemInfo[] subItems,
       int indent,
       object image
    )

    Parameters

    subItems
    A collection of subitems.
    indent
    An System.Int32 value that represents the indent setting for the ListItemInfo object.
    image
    An object value that represents the image of the ListItemInfo object.
    See Also